Skip to main content

PathMakeWithCircle

Type

operator

Summary

Creates a new path.

Syntax

circle path centered at <mCenter> with radius <mRadius>

Description

Creates a new path.

Parameters

NameTypeDescription

mCenter

An expression which evaluates to a point.

mRadius

An expression which evaluates to a number.

Examples

// Create a circle path
variable tPath as Path
put circle path centered at point [100,100] with radius 50 into tPath
Thank you for your feedback!

Was this page helpful?